3.1751 \(\int \left (a c+(b c+a d) x+b d x^2\right ) \, dx\)

Optimal. Leaf size=28 \[ \frac{1}{2} x^2 (a d+b c)+a c x+\frac{1}{3} b d x^3 \]

[Out]

a*c*x + ((b*c + a*d)*x^2)/2 + (b*d*x^3)/3

_______________________________________________________________________________________

Rubi [A]  time = 0.0266085, antiderivative size = 28, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 0, integrand size = 19, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0. \[ \frac{1}{2} x^2 (a d+b c)+a c x+\frac{1}{3} b d x^3 \]

Antiderivative was successfully verified.

[In]  Int[a*c + (b*c + a*d)*x + b*d*x^2,x]

[Out]

a*c*x + ((b*c + a*d)*x^2)/2 + (b*d*x^3)/3

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \frac{b d x^{3}}{3} + c \int a\, dx + \left (a d + b c\right ) \int x\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(a*c+(a*d+b*c)*x+b*d*x**2,x)

[Out]

b*d*x**3/3 + c*Integral(a, x) + (a*d + b*c)*Integral(x, x)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0000931151, size = 32, normalized size = 1.14 \[ a c x+\frac{1}{2} a d x^2+\frac{1}{2} b c x^2+\frac{1}{3} b d x^3 \]

Antiderivative was successfully verified.

[In]  Integrate[a*c + (b*c + a*d)*x + b*d*x^2,x]

[Out]

a*c*x + (b*c*x^2)/2 + (a*d*x^2)/2 + (b*d*x^3)/3

_______________________________________________________________________________________

Maple [A]  time = 0.001, size = 25, normalized size = 0.9 \[ acx+{\frac{ \left ( ad+bc \right ){x}^{2}}{2}}+{\frac{{x}^{3}bd}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(a*c+(a*d+b*c)*x+x^2*b*d,x)

[Out]

a*c*x+1/2*(a*d+b*c)*x^2+1/3*x^3*b*d

_______________________________________________________________________________________

Maxima [A]  time = 0.73907, size = 32, normalized size = 1.14 \[ \frac{1}{3} \, b d x^{3} + a c x + \frac{1}{2} \,{\left (b c + a d\right )} x^{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(b*d*x^2 + a*c + (b*c + a*d)*x,x, algorithm="maxima")

[Out]

1/3*b*d*x^3 + a*c*x + 1/2*(b*c + a*d)*x^2

_______________________________________________________________________________________

Fricas [A]  time = 0.177574, size = 1, normalized size = 0.04 \[ \frac{1}{3} x^{3} d b + \frac{1}{2} x^{2} c b + \frac{1}{2} x^{2} d a + x c a \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(b*d*x^2 + a*c + (b*c + a*d)*x,x, algorithm="fricas")

[Out]

1/3*x^3*d*b + 1/2*x^2*c*b + 1/2*x^2*d*a + x*c*a

_______________________________________________________________________________________

Sympy [A]  time = 0.077515, size = 26, normalized size = 0.93 \[ a c x + \frac{b d x^{3}}{3} + x^{2} \left (\frac{a d}{2} + \frac{b c}{2}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(a*c+(a*d+b*c)*x+b*d*x**2,x)

[Out]

a*c*x + b*d*x**3/3 + x**2*(a*d/2 + b*c/2)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.209518, size = 32, normalized size = 1.14 \[ \frac{1}{3} \, b d x^{3} + a c x + \frac{1}{2} \,{\left (b c + a d\right )} x^{2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(b*d*x^2 + a*c + (b*c + a*d)*x,x, algorithm="giac")

[Out]

1/3*b*d*x^3 + a*c*x + 1/2*(b*c + a*d)*x^2